home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / programs / dransi11.zip / DRANSI.CFG next >
Text File  |  1993-03-13  |  3KB  |  59 lines

  1. ## DRANSI.CFG - Existence of this configuration file is optional.  However,
  2. ## to find out the benefits of having this file, please read on.
  3. ##
  4. ## The format of this file is simple.  Any line that doesn't start out with
  5. ## keywords are considered a comment.  Keywords can appear in any order in
  6. ## this configuration file.  They are as described:
  7. ##
  8. ## REG       - Add your registration number when you get it.
  9. ## SYSOP     - Add your sysop name after this keyword.
  10. ## EXT/CAT   - Add the file extention for each category, followed by
  11. ##             a '/' character, followed by a description of 30 characters
  12. ##             or less (longer descriptions are truncated).
  13. ## BAUD/SIZE - Add a baud rate, followed by a '/' character, followed by
  14. ##             the maximum size of ANSI that a caller at that baud rate
  15. ##             or lower can view.  The order of how the baud rate is listed
  16. ##             in this configuration file is not important.  Any baud rate
  17. ##             can be specified.  You can control 0 baud (local mode) by
  18. ##             including it in this file, otherwise 0 baud has no limit.
  19.  
  20. ## In order to show DR ANSI as registered software, this configuration file
  21. ## must exist in the same directory as DRANSI.EXE and the sysop name and
  22. ## correct registration number must be filled in.
  23.  
  24. REG   00000
  25. SYSOP Dan Roseen
  26.  
  27. ## The following "EXT/CAT" keyword example (commented so it won't be used
  28. ## by default when first setting up this door) will enable an ANSI category
  29. ## selection menu when DR ANSI is run.  Up to 40 categories can be created.
  30. ## DR ANSI will select the first 100 files with the filename extension
  31. ## specified for a particular category.  This example will cause DR ANSI to
  32. ## use the first 100 *.ANS files for the "General ANSI" category.  The
  33. ## Categories will be displayed in the order that they are read from this
  34. ## configuration file.  *.ANS files are used if no categories are defined.
  35.  
  36. # EXT/CAT ANS/General ANSI
  37.  
  38. ## The purpose of "BAUD/SIZE" configurations is to prevent low speed callers
  39. ## from selecting very large ANSI screens in DR ANSI.  ANSIs larger than
  40. ## permitted won't appear in a listing.  "BAUD/SIZE" settings are optional.
  41. ##
  42. ## With the settings shown below, viewing of ANSIs will be as follows:
  43. ##
  44. ##            CALLER (baud)  ANSI SIZE (bytes)
  45. ##            =============  =========================================
  46. ##                  0        No Limit (no limit for 0 baud unless specified)
  47. ##                300         1500
  48. ##               1200         6000
  49. ##               2400        50000    (uses next highest since commented)
  50. ##               9600        No Limit (nothing was specified over 4800)
  51. ##
  52. ## Note:  You can set 0 baud's maximum file size to match another baud rate
  53. ##        to see the ANSI selections available for the other baud rate.
  54.  
  55. BAUD/SIZE  300/1500
  56. BAUD/SIZE 1200/6000
  57. # BAUD/SIZE 2400/35000
  58. BAUD/SIZE 4800/50000
  59.